Class RemoteAuthenticationResult
java.lang.Object
com.vasco.orchestration.client.flows.remote_authentication.RemoteAuthenticationResult
The
RemoteAuthenticationResult object is used to provide detailed information about the result of a remote
authentication request. It contains the RemoteAuthenticationResult.SuccessSessionState and an optional token for
subsequent authentications-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe [SuccessSessionState] lists possible session states after a Remote authentication success. -
Constructor Summary
ConstructorsConstructorDescriptionRemoteAuthenticationResult(RemoteAuthenticationResult.SuccessSessionState state, String authToken) -
Method Summary
-
Constructor Details
-
RemoteAuthenticationResult
public RemoteAuthenticationResult(RemoteAuthenticationResult.SuccessSessionState state, @Nullable String authToken)
-
-
Method Details
-
getState
-
setState
-
getAuthToken
-
setAuthToken
-